home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
TOS Silver 2000
/
TOS Silver 2000.iso
/
programm
/
MM2_DEV
/
S
/
COMP
/
TEST
/
PROCCON3.I
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Modula Implementation
|
1994-02-16
|
166 b
|
13 lines
IMPLEMENTATION MODULE P3;
IMPORT InOut;
BEGIN
(*
ASSEMBLER BREAK END;
*)
Wr ("<Wr> ");
InOut.WriteString (" !P3! ");
InOut.WriteLn;
END P3.